Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Bump billiard from 3.3.0.23 to 3.6.4.0 in /api #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps billiard from 3.3.0.23 to 3.6.4.0.

Release notes

Sourced from billiard's releases.

v3.6.4.0

3.6.4.0 - 2021-04-01

  • Issue #309: Add Python 3.9 support to spawnv_passfds()
  • fix #314
  • Add job id to WorkerLostError message (#317)
  • Updated psutils to 5.8

3.6.3.0

No release notes provided.

3.6.1.0

No release notes provided.

Changelog

Sourced from billiard's changelog.

3.6.4.0 - 2021-04-01

  • Issue #309: Add Python 3.9 support to spawnv_passfds()
  • fix #314

3.6.1 - 2019-08-14

  • Logging max memory reached at INFO rather than WARNING (#255)

  • Pass arguments when wrapping sys.exit (#275)

  • Remove win32/py2k special (#276)

  • Ensure READY messages sent out by exiting worker are consumed prior to it actually existing.

  • Pass max_memory_per_child to child worker process (#251)

  • Fix compatibility with Python 2.7 on Windows (#283)

3.6.0.0 - 2019-02-04

  • Add support of sending parent process death signal.

  • Previous fix for handling timeouts caused a problem in warm shutdowns due to use of deepcopy.

    We now use a shallow copy of the cache and do so only when it is needed.

  • Cleanup old checks and workarounds for Python versions we no longer support.

3.5.0.5 - 2018-12-03

  • Fix a crash when handling a timeout.
  • Improve billiard.einfo.Frame compatibility with Python to avoid crashes when using Django.
  • Cleanups.

3.5.0.4 - 2018-07-07

  • Fix rebuild_ctype losing BufferedWrapper reference on Python 3.
  • Deprecation warning with python 3.6 fixed.
  • Correct spawn start method.

3.5.0.3 - 2017-07-16

  • Adds Process._authkey alias to .authkey for 2.7 compat.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants